type github.com/jackc/pgx/v5/pgtype.wrapFloat32EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1484: 		return &wrapFloat32EncodePlan{}, float32Wrapper(value), true
		pgtype.go#L1616: type wrapFloat32EncodePlan struct {
		pgtype.go#L1620: func (plan *wrapFloat32EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1622: func (plan *wrapFloat32EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {